TABLE.EXTERNAL_INDEX_NAME_GET Function

Syntax

Field_List as C = External_Index_Name_Get(C tablename)

Arguments

tablename

The name of a table.

Description

Retrieve external tables index tag names in a cr-lf separated list.

Discussion

The TABLE.EXTERNAL_INDEX_NAME_GET() method returns a list of a table's indexes.

Example

? table.external_index_name_get("product")
= Descriptio
Product_I0
Product_Id
Vendor

See Also